Skip to content

Add Plack::Handler::FCGI::Engine::PSGI and tests - #5

Open
ianburrell wants to merge 3 commits into
stevan:masterfrom
rentrak:plack-handler-fcgi-engine-psgi
Open

Add Plack::Handler::FCGI::Engine::PSGI and tests#5
ianburrell wants to merge 3 commits into
stevan:masterfrom
rentrak:plack-handler-fcgi-engine-psgi

Conversation

@ianburrell

Copy link
Copy Markdown

Plack::Handler::FCGI::Engine uses Plack::Handler::FCGI with FCGI::Engine::ProcManager. FCGI::Engine::PSGI has a different interface than Plack::Handler.

FCGI::Engine::PSGI->new(app => $app)->run();

Plack::Handler::FCGI::Engine::PSGI->new()->run($app);

The latter can be used with "plackup" -s option. (-s FCGI::Engine::PSGI).

Also, adds Plack::Test::Suite tests for Plack::Handler::FCGI::Engine::PSGI and FCGI::Engine::PSGI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant